Home | All Classes | Grouped Classes | Index | Search
Copy assignment operator.
CL_DomNode& operator =( const CL_DomNode& copy);
Detailed description:
All objects in the DOM are handles to the underlying implementation. Therefore this doesn't actually copy contents between two CL_DomNode's, but instead change the two CL_DomNode's to point at the same node in the DOM.
See also: